-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RUST-1987 Add serde helper module for Option<DateTime>
#482
RUST-1987 Add serde helper module for Option<DateTime>
#482
Conversation
Hi @lazureykis, thanks for opening this PR! Can you please add some tests for this functionality to this file? |
Added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there are some formatting errors. You can run the check-rustfmt.sh
script in the .evergreen
directory to determine where the errors are coming from and then use rustfmt +nightly --unstable-features <filename>
to fix them.
Co-authored-by: Isabel Atkinson <[email protected]>
Co-authored-by: Isabel Atkinson <[email protected]>
Thanks. Should be fixed now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great - going to tag in the other team member for approval and then we can merge this in! thanks for the contribution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for contributing!
Option<DateTime>
No description provided.